Ends the 3D object creation process, making it ready for display.
public void MemoryEfficientEnd(
float[] imageOrientation,
Point2D pixelSpacing
)
Public Overloads Sub MemoryEfficientEnd( _
ByVal imageOrientation() As Single, _
ByVal pixelSpacing As Leadtools.Medicalviewer.Point2D _
)
public:
void MemoryEfficientEnd(
array<float>^ imageOrientation,
Leadtools.Medicalviewer.Point2D pixelSpacing
)
imageOrientation
The orientation of the image. Get this value from the DICOM file.
pixelSpacing
The spacing between pixels. Get this value from the DICOM file.
This method is used when a series of frames are sorted based on their image position coordinates.
For an example, refer to Medical3DObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET